func crypto/x509.systemRootsPool

5 uses

	crypto/x509 (current package)
		cert_pool.go#L118: 	if sysRoots := systemRootsPool(); sysRoots != nil {
		root.go#L30: func systemRootsPool() *CertPool {
		root.go#L68: 	_ = systemRootsPool()
		verify.go#L776: 		systemPool := systemRootsPool()
		verify.go#L792: 		opts.Roots = systemRootsPool()